3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
QuickDraw 3D provides constants for the three coordinate axes in a Cartesian coordinate system.
typedef enum TQ3Axis {
kQ3AxisX,
kQ3AxisY,
kQ3AxisZ
} TQ3Axis;
Previous | QD3D Book | Overview | Chapter Contents | Next |